home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Ultimative Software-P…i Collection 1996 & 1997
/
Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso
/
g
/
gnu_c
/
pmlsrc23.zoo
/
envtests
/
Makefile.tos
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Makefile
|
1994-03-19
|
129 b
|
9 lines
CC = cgcc
ALL = testfrexp.ttp testldexp.ttp testmodf.ttp
all :
make -f makefile.pml CC=cgcc LD=cgcc
clean:
rm -f *.o $(ALL)